//objectcomments PFC Attributes for DataWindow Filter service forward global type pfc_n_cst_filterattrib from n_cst_baseattrib end type end forward global type pfc_n_cst_filterattrib from n_cst_baseattrib autoinstantiate end type type variables Public: string is_filter string is_columns[] string is_colnamedisplay[] string is_dbnames[] u_dw idw_dw end variables event constructor;////////////////////////////////////////////////////////////////////////////// // // Object Name: pfc_n_cst_filterattrib // // Description: A NVO class to hold attributes for pfc_n_cst_dwsrv_filter // service object. // ////////////////////////////////////////////////////////////////////////////// // // Revision History // // Version // 5.0 Initial version // ////////////////////////////////////////////////////////////////////////////// // /* * Open Source PowerBuilder Foundation Class Libraries * * Copyright (c) 2004-2017, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted in accordance with the MIT License * * https://opensource.org/licenses/MIT * * ==================================================================== * * This software consists of voluntary contributions made by many * individuals and was originally based on software copyright (c) * 1996-2004 Sybase, Inc. http://www.sybase.com. For more * information on the Open Source PowerBuilder Foundation Class * Libraries see https://github.com/OpenSourcePFCLibraries */ // ////////////////////////////////////////////////////////////////////////////// end event on pfc_n_cst_filterattrib.create TriggerEvent( this, "constructor" ) end on on pfc_n_cst_filterattrib.destroy TriggerEvent( this, "destructor" ) end on
- Sources
- PFC2025-Solution
- pfc libs
- pfcdwsrv.pbl
- pfc_n_cst_filterattrib.sru
File: pfc_n_cst_filterattrib.sru
Size: 1784
Date: Sun, 16 Mar 2025 05:42:20 +0100
Size: 1784
Date: Sun, 16 Mar 2025 05:42:20 +0100
- n_cst_baseattrib autoinstantiate pfc_n_cst_filterattrib(sru)